Skip to main content
ICT
Lesson A21 - Number Systems
 
Main Previous Next
Title Page >  
Summary >  
Lesson A1 >  
Lesson A2 >  
Lesson A3 >  
Lesson A4 >  
Lesson A5 >  
Lesson A6 >  
Lesson A7 >  
Lesson A8 >  
Lesson A9 >  
Lesson A10 >  
Lesson A11 >  
Lesson A12 >  
Lesson A13 >  
Lesson A14 >  
Lesson A15 >  
Lesson A16 >  
Lesson A17 >  
Lesson A18 >  
Lesson A19 >  
Lesson A20 >  
Lesson A21 >  
Lesson A22 >  
Lesson AB23 >  
Lesson AB24 >  
Lesson AB25 >  
Lesson AB26 >  
Lesson AB27 >  
Lesson AB28 >  
Lesson AB29 >  
Lesson AB30 >  
Lesson AB31 >  
Lesson AB32 >  
Lesson AB33 >  
Vocabulary >  
 

C. Octal page 5 of 11

  1. After understanding how the decimal number system works, it is quite easy to learn other bases, such as base 8 (octal). They all work basically the same way. In base 8, the available digits are 0 through 7, and each number occupies a place value. The place values are:
    83
    82
    81
    80
    8-1
    8-2

    We can designate that a number is in a base other than base 10 (decimal) by using subscripts. Note: If there is no subscript, the number is assumed to be decimal. Let's use the number 123.6 in base 8 - it must be written as 123.68.

    The number 123.68 can be converted to a decimal as:

    1*82 + 2*81 + 3*80 + 6*8-1

    1*64 + 2*8 + 3*1 + 6*(1/8)

    83.75

    Now, using the number 567, we'll show how to convert it from the decimal system to the octal system. Start by looking for the largest power of 8 less than 567. This would be 512 or 83. So in the 83 place value, we put a 1. That leaves us with a remainder of 55. The next place value is 82, but 64 is greater than 55 so that place holds a zero. The next place value is 81. 55 divided by 8 gives 6 for the 81 place value, with a remainder of 7 left over for the next column. The leftover gets placed in the ones column.

    83
    82
    81
    80
    8-1
    8-2
    1
    0
    6
    7
    0
    0

    or 10678

 

Main Previous Next
Contact
 © ICT 2006, All Rights Reserved.